projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb93fc
)
Reinstate suppression of build failure - unfixed
author
Stuart Prescott
<stuart@debian.org>
Sun, 14 Jan 2024 03:38:51 +0000
(14:38 +1100)
committer
Stuart Prescott
<stuart@debian.org>
Sun, 14 Jan 2024 03:40:27 +0000
(14:40 +1100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 8475a1fdf709beea420ff448dd6f022e2912683d..c1cb6526f56bebb01b06f81b0203d0cf922f6b03 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-34,8
+34,9
@@
export PYTHONPATH = $(_BUILDDIR)/sources
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild --no-parallel
+# FIXME ignore build failure and attempt to continue
override_dh_auto_build:
- dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1
+ dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1
|| true
execute_after_dh_auto_install:
# Obtain a list of files built to make it easier to update *.install files.